home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 November / Ahoy_Magazine_86-11_1986_Double_L.d64 / dir probe.txt < prev    next >
Text File  |  2022-10-26  |  1KB  |  41 lines

  1. DIRECTORY PROBE COMMENTS
  2. by Phyrne Bacon
  3.  
  4. DIRECTORY'PROBE prints the disk
  5. directory. It prints the track/sector
  6. of each directory block followed by
  7. the eight entries for that block, the
  8. beginning track/sector for each
  9. entry, the complete disk block chain
  10. for each entry, and all of the disk
  11. block chain fragments; that is, disk
  12. block chains that are not connected
  13. to the directory. Complete block
  14. chains and the fragments are
  15. optional.
  16.  
  17. If the disk block chain of a
  18. directory entry does not have the
  19. length indicated in the directory,
  20. the message "WRONG LENGTH" is
  21. printed, which indicates that the
  22. file has been overwritten.
  23.  
  24. Scratched files are indicated by ---
  25. or 0 in the PRG-column. Unused
  26. entries are indicated as beginning at
  27. track 0, sector 0.
  28.  
  29. DIRECTORY'PROBE can be used with
  30. DISK'EDITOR to recover from a short
  31. new:
  32.  
  33.  pass"n:name"  //without id.
  34.  
  35. The command pass"n:name,id" erases
  36. everything, but the command
  37. pass"n:name" (without ",id") just
  38. erases block 18-1 and clears the BAM.
  39. See Disk Directories II: Recovering
  40. from pass"n:name".
  41.